home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 September / CyberMycha 09-2005 (Poland).bin / Setup / Data / Menu / Replay.mat < prev    next >
Encoding:
Text File  |  2002-04-12  |  637 b   |  17 lines

  1. !Material( i )                    // numer materialu do zmodyfikowania 
  2.     !Texture( i )                // numer textury do zmodyfikowania
  3.         !TexEnv( i  )            // blend type = { 0 (rs_add), 1 (rs_modulate) }
  4.         !EnvMod( i, i )         // space = { 0 (camera), 1 (world) }
  5.         !PositionMod( f, f )        // texture is scrolled as objects moves (parameters: scroll factors)
  6.         !ScrollMod( i, f, f, f, f )    // func = { 0 (linear), 1 (sin) }, speed u, v [texel/sek], ampl u, v [texel] (only for sin)
  7.         !RotateMod( i, f, f )         // func = { 0 (linear), 1 (sin) }, speed [rad/sek], ampl [rad] (only for sin)
  8.  
  9.  
  10. Material( 0 )
  11. {
  12.     Texture( 1 )
  13.     {
  14.         TexEnv( 0 )
  15.         EnvMod( 0,0 )
  16.     }
  17. }